Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.39 KB | None | 0 0
  1.           [Paper project]
  2.  
  3. #!/usr/bin/perl
  4. @user_id = '$users'
  5. @password = '$irrelevent'
  6. @amount = '$amnt'
  7. @DumbBse = '$db'
  8.  
  9. Print " Enter: \n\a";
  10.  
  11. #when (!$ARGV[0] || !$ARGV[1] || !$ARGV[2] || !$ARGV[3]) { #<replace code
  12.    die "USAGE\nperl  [ftp over ssl] [user] [$amnt] \n";
  13. }
  14. unless (($type eq "ssl") || ($type eq "ssh")) {
  15.    die ":<  Error in your syntax usage ! :<   $!";
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement