Have a look at the Jargon File (google for an updated version). A
foobar-specific link
is http://www.catb.org/%7Eesr/jargon/html/F/foobar.html
Adrian Ichim
> -Original Message-
> From: jason corbett [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 08, 2004 8:14 PM
> To: perl beg
>
> my $newdoc = $word->ActiveDocument;
> foreach my $obj_Story ($newdoc->StoryRanges ){
>$obj_Story->Fields->{Update}; ==> Cannot find object
>while ($obj_Story->NextStoryrange != ""){
> $obj_Story = $obj_Story->NextStoryRange;
> $obj_Story->Fi
> - Original Message -
> From: <[EMAIL PROTECTED]>
> To:
> Sent: Monday, March 29, 2004 6:20 AM
> Subject: Incrementing count
>
>
> > I'm sorry, the previous subject should have been changed.
> My apologies.
> >
> >
> > while () {
> >$counter++;
> > }
> >
> > I know this is prob
> What I would like to do is to enable
> users to simply map UNIX-based drives on which their
> applications reside, and then click on selected applications
> (since most of them are used to the Microsoft point-and-click
> or Run tool).
>
> I was wondering if anyone on this list have had an
> -Original Message-
> From: [EMAIL PROTECTED]
>
> Can anyone suggest where I might be able to find (hopefully a freeware
> or shareware script..) a program that runs either on a windows system
> or a PERL script that would "encrypt" a perl script by doing
> such things as
> removing whi