Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: $/ usage

by mimiandi (Novice)
on Jan 02, 2013 at 21:47 UTC ( [id://1011361]=note: print w/replies, xml ) Need Help??


in reply to Re: $/ usage
in thread $/ usage

using Deparse shows the following
$ perl -MO=Deparse,-P -e 'undef $/; $text=<>; print $text; $/="\n";' list
undef $/;
$text = <ARGV>;
print $text;
$/ = "\n";
-e syntax OK
Not familiar with Data::Dump module but i did tried with -0777 but the result was same.

Log In?
Username:
Password:

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

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

    No recent polls found