Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^10: Executing functions from another process

by BrowserUk (Patriarch)
on Jan 24, 2014 at 16:29 UTC ( [id://1071962]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $a = 'one'; 
    $b = 'two'; 
    @d = ( $a, $b, \$b );;
    
  2. or download this
    use Storable qw[ freeze thaw ];;
    
    ...
    
    pp $y;;
    ["one", "two", \"three"]
    
  3. or download this
    use Clone qw[ clone ];;
    
    ...
    pp $x;;
    ["one", "two", \"three"]
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-03-28 17:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found