in reply to Re: comments break my code
in thread comments break my code
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__
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: comments break my code
by simonm (Vicar) on Nov 19, 2005 at 17:09 UTC | |
by arcnon (Monk) on Nov 19, 2005 at 17:14 UTC | |
by demerphq (Chancellor) on Nov 19, 2005 at 20:25 UTC | |
by spiritway (Vicar) on Nov 20, 2005 at 08:00 UTC | |
|
Re^3: comments break my code
by fmerges (Chaplain) on Nov 20, 2005 at 12:27 UTC |