Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

(Ovid) Re: Requesting feedback

by Ovid (Cardinal)
on Mar 25, 2002 at 22:18 UTC ( [id://154245]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        if ( $name =~ /^\[/ && ! $val ) {
    
  2. or download this
    sub StageDirections {
        return "[ " . RandomElement( \@Names ) . " " . RandomElement( \@Ac
    +tions ) . ". ]\n";
    }
    
  3. or download this
      my %stage_direction_delimiter = (
          left  => '[',
          right => ']'
      );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://154245]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-25 12:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found