Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: $/ usage

by Anonymous Monk
on Jan 02, 2013 at 21:27 UTC ( [id://1011353]=note: print w/replies, xml ) Need Help??


in reply to $/ usage

Replies are listed 'Best First'.
Re^2: $/ usage
by mimiandi (Novice) on Jan 02, 2013 at 21:47 UTC

    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://1011353]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-03-29 12:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found