Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: Ranking files, largest to smallest

by prasadbabu (Prior)
on May 27, 2008 at 06:24 UTC ( [id://688603]=note: print w/replies, xml ) Need Help??


in reply to Re: Ranking files, largest to smallest
in thread Ranking files, largest to smallest

example: blackdeath.total and dandelion.total

The Text File: Black Death #check the space Jesse Gunn The Crimson Shadow Ariana London Legion Scorpio Greg Manix

I doubt that in the file where you are reading the file names is having space and in the file names which you have given in example doesn't have space. So you check that.

Also In the below code, first line is not necessary.
change

my @lines = <FILE>; chomp (@lines = <FILE>);
into

chomp (@lines = <FILE>);

Prasad

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://688603]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-19 22:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found