in reply to Re: (jeffa) Re: Enhancement: "hidden" code tag
in thread Enhancement: "hidden" code tag
#!/usr/bin/perl -w use strict; ... several other 'use' statements.
# I think the fake code problem is here: some_sub('blah blah blah'); sub some_sub { do_something(); &nbsl;do_something_else(); }
sub supporting_sub1 { ... code ... } sub supporting_sub2 { ... code ... }
--k.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Enhancement: "hidden" code tag
by hossman (Prior) on Mar 12, 2003 at 01:21 UTC |