Guest User

Untitled

a guest
Feb 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. http://server.com/support?page=hello&sf=1
  2.  
  3. http://server.com/support?page=hello
  4.  
  5. if (sfVariable does not exist) {
  6. // process code
  7. }
  8.  
  9. use CGI;
  10.  
  11. my $q = CGI->new;
  12. my $sfVar = $q->param('sf');
  13. print $sfVar;
Add Comment
Please, Sign In to add comment