- or download this
$fr->RadioButton(
SHOULD BE
$fr->Radiobutton(
- or download this
use warnings;
use strict;
- 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.
- or download this
#!/usr/bin/perl
use strict;
...
MainLoop();
- or download this
#!/usr/bin/perl
use strict;
...
MainLoop();
- or download this
#!/usr/bin/perl -w
use strict;
...
if( $rand_num == 0){ return 1553 }else{ return 1554 }
}