Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^4: printing of an array

by perl-diddler (Chaplain)
on Mar 31, 2013 at 04:38 UTC ( [id://1026332]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     perl -e ' use P;
    my $filelist="C:\Users\cign\Desktop\printFile.txt";
    P "opening file: %s", $filelist;
    '
    opening file: C:SERS    GNDESKTOPPRINTFILE.TXT
    
  2. or download this
    perl -we 'use strict; use P;
    my $filelist="C:\Users\cign\Desktop\printFile.txt";
    ...
    Unrecognized escape \D passed through at -e line 2.
    Unrecognized escape \p passed through at -e line 2.
    opening file: C:SERS    GNDESKTOPPRINTFILE.TXT
    
  3. or download this
     perl -we 'use strict; use P;
    my $filelist=q{C:\Users\cign\Desktop\printFile.txt};
    ...
    
    C:\Perl64>type printFile.txt
    Hello World!
    

Log In?
Username:
Password:

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

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

    No recent polls found