- or download this
#!/usr/bin/perl
...
$x = '$y';
print header(), start_html(), "\n";
- or download this
package strictandwarnings;
...
1;
- or download this
Global symbol "$x" requires explicit package name at ./tst100.pl line
+9.
Global symbol "$x" requires explicit package name at ./tst100.pl line
+11.
Execution of ./tst100.pl aborted due to compilation errors.
- or download this
Use of uninitialized value in concatenation (.) or string at ./tst100.
+pl line 9.