Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: parsing a space-separated filename in a line with fields separated by spaces

by FunkyMonk (Chancellor)
on Aug 15, 2007 at 22:11 UTC ( [id://632868]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while ( <DATA> ) {
        chomp;
    ...
    Mon Oct  1 17:09:23 2001 0 127.0.0.1 2611 1774034 a _ o r tmbranno ftp
    + 0 * c
    Mon Oct  1 17:09:27 2001 0 127.0.0.1 22 1774034 a _ o r tmbranno ftp 0
    + * c
    Mon Oct  1 17:09:31 2001 0 127.0.0.1 7276 p1774034_11i_zhs.zip a _ o r
    + tmbranno ftp 0 * c
    
  2. or download this
    Mon Oct  1 17:09:27 2001 0 127.0.0.1        22 file with spaces in it.
    +zip a _ o r tmbranno   ftp 0 * c
    Mon Oct  1 17:09:23 2001 0 127.0.0.1      2611 1774034                
    +    a _ o r tmbranno   ftp 0 * c
    Mon Oct  1 17:09:27 2001 0 127.0.0.1        22 1774034                
    +    a _ o r tmbranno   ftp 0 * c
    Mon Oct  1 17:09:31 2001 0 127.0.0.1      7276 p1774034_11i_zhs.zip   
    +    a _ o r tmbranno   ftp 0 * c
    

Log In?
Username:
Password:

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

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

    No recent polls found