Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Replacing parts of a string

by jasonk (Parson)
on Apr 11, 2003 at 14:08 UTC ( [id://249891]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $cgi = new CGI;
    # .... bunch of calendarview.pl code here ....
    ...
    $newyears->param('month',1);
    $newyears->param('day',1);
    my $newyears_url = $newyears->self_url;
    
  2. or download this
    sub new_self_url {
        my %params = @_;
    ...
    # dates like this:
    my $newyears = new_self_url(month => 1, day => 1);
    my $christmas = new_self_url(month => 12, day => 25);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (1)
As of 2024-04-25 03:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found