Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: framechat

by a (Friar)
on Mar 14, 2001 at 03:38 UTC ( [id://64261]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $temp = $ENV{TEMP} || "/tmp";
    ...
    ...
    my $today = "$temp/$yr$mo$mday.txt";
    my $normfile = "$temp/.norm";
    my $cookies = "$temp/.cookies";
    
  2. or download this
    if($i{sexisgood} and $i{'sexisgood'}=~/submit/){&msgsend()}
    if($i{op} and $i{'op'}=~/message/){&sendit($i{'message'})}
    ...
    }    # if ${n}
    
    exit
    
  3. or download this
             &makelinks($message->{'content'});
             if ( ref($content) eq "ARRAY" ) {
                $content = join("", @{$content});
             }
    
  4. or download this
      my $content = &makelinks($message->{'content'});
    
  5. or download this
    Can't use string ("<CHATTER><INFO site="http://perl") as 
    a symbol ref while "strict refs" in use at 
    /usr/local/lib/perl5/site_perl/5.005/i86pc-solaris/XML/Parser/Expat.pm
    + 
    line 451.
    

Log In?
Username:
Password:

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

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

    No recent polls found