Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Web based perl REPL

by NetWallah (Canon)
on Dec 04, 2006 at 04:10 UTC ( [id://587574]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    > my $x='this is a test'
    this is a test
    ...
    > $1
    > print $1
    1
    
  2. or download this
    > my $x='This is a test for web perl parsing';
    This is a test for web perl parsing
    > my ($what_test) = $x =~m/for (.+)/;
    1> $what_test
    web perl parsing
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (6)
As of 2024-04-16 09:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found