t.pl
Test.pm#!/usr/bin/perl -w use strict; use CGI; use Tester::Test; Tester::Test->test();
package Tester::Test; use strict; sub test{ print "test"; } #test 1; __END__
In reply to Re^2: comments break my code
by arcnon
in thread comments break my code
by arcnon
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |