Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: How can one join the shortest and longest strings of different text files?

by swampyankee (Parson)
on Jul 04, 2013 at 19:46 UTC ( [id://1042513]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open(FILE, "<", $this_file) or die "Could not open $this_file because 
    +$!\n";
    
  2. or download this
    $long{$file} = $longest_string_in_this_file;
    $short{$file} = $shortest_string_in_the_same_file;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (7)
As of 2024-04-19 09:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found