Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: Use CGI to run a Perl script via web server

by Corion (Patriarch)
on May 25, 2017 at 13:56 UTC ( [id://1191212]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    http://example.com/cgi-bin/myscript.pl?sso=212453261
    
  2. or download this
    my $sso = $query->param('sso');
    $sso = 0+ $sso; # convert to number, strip all leading zeroes
    
  3. or download this
    #*********SYSTEM CALL **********
    #script within a script both files in same path
    ...
    +eState for this one.
    #*********SYSTEM CALL **********
     system( "c:\\path\\to\\cqperl C:\\another\\path\\to\\NewLdapUser.pl $
    +sso $firstName $lastName $email" );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-25 13:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found