Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Using the DATA file handle for ARGV

by ikegami (Patriarch)
on Nov 13, 2013 at 18:22 UTC ( [id://1062425]=note: print w/replies, xml ) Need Help??


in reply to Re: Using the DATA file handle for ARGV
in thread Using the DATA file handle for ARGV

it looks like @ARGV and $ARGV are stripped of all magic by the manipulation

No, they were never magical in the first place.

>perl -MDevel::Peek -e"Dump($ARGV,1);" 2>&1 | find "MAGIC" >perl -MDevel::Peek -e"Dump(\@ARGV,1);" 2>&1 | find "MAGIC" >perl -MDevel::Peek -e"Dump(\%ENV,1);" 2>&1 | find "MAGIC" MAGIC = 0x4c7ed8 MG_TYPE = PERL_MAGIC_env(E)

They are simply set by reading from the magical file handle ARGV, which is no longer being read from.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-25 09:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found