- or download this
package Demo1;
...
}
1;
- or download this
package Demo2;
...
};
1;
- or download this
#!/usr/bin/perl
...
print "\$SUCCESS: $SUCCESS\n";
exit;
- or download this
Bareword "SUCCESS" not allowed while "strict subs" in use at ./demo.pl
+ line 9.
Execution of ./demo.pl aborted due to compilation errors.
- or download this
#!/usr/bin/perl
...
print "\$SUCCESS: $SUCCESS\n";
exit;
- or download this
SUCCESS: 0
$SUCCESS: 1