Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

RE: RE: Re: Perlmonks Code Proxy

by Boogman (Scribe)
on Aug 19, 2000 at 01:24 UTC ( [id://28599]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $i = 1;
    my $string = 'print "hello";';
    my $content = 'print "hello";$x + 2; print "hello";print "hello";print
    + "hello";';
    ...
    print "$content\n";
    
    eval $string;
    
  2. or download this
    print "hello";1
    $x + 2; print "hello";2
    print "hello";3
    print "hello";4
    
    hello
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-03-28 08:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found