Help for this page

Select Code to Download


  1. or download this
    $fr->RadioButton(
    SHOULD BE
    $fr->Radiobutton(
    
  2. or download this
    use warnings;
    use strict;
    
  3. or download this
    "my" variable %main::A can't be in a package at ./1218747.pl line 14, 
    +near "my %main::A"
    Global symbol "@headers2" requires explicit package name (did you forg
    +et to declare "my @headers2"?) at ./1218747.pl line 37.
    
  4. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    MainLoop();
    
  5. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    MainLoop();
    
  6. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        if( $rand_num == 0){ return 1553 }else{ return 1554  }      
    }