Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Perl Shell PSH

by LanX (Saint)
on Dec 20, 2008 at 13:46 UTC ( [id://731761]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     perl$ sub Foo {
     perl>  print "Foo called\n";<P>
    
     ERROR: Missing right bracket at (eval 3) line 5, at end of line
     syntax error at (eval 3) line 5, at EOF
    
  2. or download this
    psh% for (1..3)  {
    > print ;
    > }
    123psh% # Multilines work smoothly 8 )
    psh% 10/3
    psh% # But the result is not printed like in sepia
    
  3. or download this
    lanx@xubuntu:~$ psh
    psh% option echo=1
    psh% 10/5
    $Psh::val[0] = "2"
    psh%
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-04-20 04:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found