Help for this page

Select Code to Download


  1. or download this
    our %info = (version => "0.3"
                 format  => 0, 
                 ...
                 elite   => 1,
                );
    
  2. or download this
        print "This is a debug message\n" if ($debug);
    
  3. or download this
    return and "Failed to login\n" unless ($http_res->is_success);
    
  4. or download this
    foreach my $d (@data) {
        if ($d->[5] == 1) {
    ...
        }
    }