Guest User

Untitled

a guest
Apr 11th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. # Go read the config file
  2. my %config = do './config.pl';
  3.  
  4. # do something with it
  5. $web_object->login($config{username}, $config{password});
  6.  
  7. # Configuration file for main script
  8. (
  9. username => "username",
  10. password => "none_of_your_business",
  11. favorite_color => "0x0000FF",
  12. );
Add Comment
Please, Sign In to add comment