Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Access PerlScript example

by ichimunki (Priest)
on Aug 01, 2002 at 17:17 UTC ( [id://186849]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Function run_script(q As String) As String
        ' To use this sub/function you must have
    ...
        run_script = False
        
    End Function
    
  2. or download this
    use strict;
    
    ...
    
    my $return = foo("World") . bar("Cruel World");
    return $return;
    
  3. or download this
    Sub test_run_script()
        Debug.Print run_script("Perl Test")
    End Sub
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-04-18 13:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found