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

RE (tilly) 2 (not html): Why I like functional programming

by tilly (Archbishop)
on Oct 01, 2000 at 08:04 UTC ( [id://34802]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use URI::Escape qw(uri_escape);
    sub {
    ...
        return show_err("Incomplete node link?");
      }
    }
    
  2. or download this
    sub ret_link_by_id {
      my $tracking = shift; # eg "&lastnode_id=23453"
    ...
        }
      }
    }
    
  3. or download this
    sub {
      my $t_ref = shift;
    ...
        return encode_entities($1);
      }
    }
    
  4. or download this
    You can link by URL like this:
    <pre>
      \<a href="http://www.perlmonks.org/"\><a href=http://www.perlmonks.o
    +rg/>Perl Monks</a>\</a\>
    </pre>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-03-29 08:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found