Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
  2. or download this
    print "\$LOGIN_INFORMATION ...
    or
    print '$LOGIN_INFORMATION = array(\'guest\' => \'1234\');';
    
  3. or download this
    or
    print q/$LOGIN_INFORMATION = array('guest' => '1234');/;