Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

hagen's scratchpad

by hagen (Friar)
on Jun 13, 2004 at 14:58 UTC ( [id://363860]=scratchpad: print w/replies, xml ) Need Help??

<HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252"> <META NAME="Generator" CONTENT="Microsoft Word 97"> <TITLE>Here's an attempt at making it easier to communicate with Perl Monks</TITLE> </HEAD> <BODY>

Here's an attempt at making it easier to communicate with Perl Monks.

This is formatted text and also some code which we'll ask Word to convert into HTML and then paste it to my area. In particular I'd like to be able to spruce up my home node with things like lists.

    • First
    • Second
    • And third

Now some Perl code:-

</FONT><FONT FACE="Courier New" SIZE=1><P>#!/usr/bin/perl -w <P>}</P>
#!/usr/bin/perl -w # # Module to test ability to age files and delete them # if they're older than a certain time. # @FileList = `dir /B ..\\reports`; # /B lists just the file name. foreach $FileName ( @FileList ) { chomp $FileName; $FileAge = ( -M "..\\reports\\$FileName" ); # -M - time since modified. if ($FileAge gt 3) { print "$FileAge, I'll delete this:- "; print " $FileName\n"; } else { print "$FileAge, But these are too young:- "; print " $FileName\n"; } }</CODE>

 

I wonder if graphics get included.

</BODY> </HTML>
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (12)
As of 2024-04-23 14:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found