Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Trojan Horse? (taint mode)

by jarich (Curate)
on Nov 25, 2001 at 13:06 UTC ( [id://127375]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $a = q#${system('rm -rf /')}#;
    print "The command in \$a is $a\n";
    
  2. or download this
    The command in $a is ${system('rm -rf /')}
    
  3. or download this
    my $b = "The command in \$a is $a\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-04-16 18:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found