Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Help! I am relatively new to perl and don't understand what I am doing incorrectly. Thanks in advance!sub foo($) { my $css = CSS->new(); my $styles = CSS::Style::selectors(shift); ....
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can't use string ("STRING") as a HASH ref - Help!
by The Mad Hatter (Priest) on Mar 12, 2004 at 23:14 UTC | |
|
Re: Can't use string ("STRING") as a HASH ref - Help!
by Plankton (Vicar) on Mar 12, 2004 at 23:17 UTC | |
|
Re: Can't use string ("STRING") as a HASH ref - Help!
by Anonymous Monk on Mar 12, 2004 at 23:56 UTC |