Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

(crazyinsomniac) Re: diary.pl

by crazyinsomniac (Prior)
on Feb 07, 2002 at 08:12 UTC ( [id://143814]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for my $i(@array) { print $i.$jerky."\n" }
    print $_.$jerky."\n" for @array;
    print shift(@array).$jerky."\n" while @array;
    print map $_.$jerky."\n", @array;
    print map { "${_}${jerky}\n" } @array;
    
  2. or download this
    # Another minor comment, sql statemends end in ;
    # so I try to end all mine in ;, and I always reccomend
    ...
                       diary_entry = ( ? ),
                       fk_user_key = ( ? )
                       WHERE diary_key = ( ? );];
    
  3. or download this
    $entry =~ s/\n\n/<P>/g;
    $entry =~ s/\n/<br>/g;
    

Log In?
Username:
Password:

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

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

    No recent polls found