Mail::Sender is good for this, make sure you try a test script first.
> -Original Message-
> From: Anthony E. [mailto:apwebdesign@;yahoo.com]
> Sent: Friday, November 08, 2002 2:38 PM
> To: [EMAIL PROTECTED]
> Subject: sending an email attachment
>
>
> hello,
>
> i need to write a progr
If you don't want them to comprehend your code, be sure to add lots of code
that will never get run and remove all comments and any whitespace that
really isn't needed, and through in a poem or two and u will have code that
know won wood wont 2 reed n it will look kinda like this reply.
> -Ori
ethod above?
Nikola Janceski
Only the wisest and the stupidest of men never change.
-- Confucius
The views and opinions expressed in this email message are the sender's
own, and do not n
Viruses work only because of homogeny. The more systems with more diversity
and the harder it is for viruses to make any kind of impact. Every system
has security holes, but if everyone had the same system you can exploit that
hole (MS virus frenzy). But what happens when you hit another system?
N
why aren't you using:
use CGI::Carp 'fatalsToBrowser';
> -Original Message-
> From: Camilo Gonzalez [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 11, 2002 11:27 AM
> To: 'John Pitchko'; [EMAIL PROTECTED]
> Subject: RE: Accessing Extra Information in die()
>
>
> Will $! suffic
you need to learn about references.
read the:
perldoc perllol
here is the jist though.
@all = (\@array1, \@array2 ... ); # ... so on
to access first array and first element:
$all[0]->[0]; # i think or is it: $all[0][0]
> -Original Message-
> From: alex [mailto:[EMAIL PROTECTED]]
> S
";
> print Dumper $hash_ref;
>
> print <<"EndOfHTML";
>
> our($name); chicken
>
> EndOfHTML
>
>
>
>
> fried.dat:
>
> {
> name => 'fried'
> }
>
>
> - Original Message -
> From: "Nikola J
scoping!!! my only scopes the end of the file!
so my in fried.dat is scoped only in fried.dat.
use our($name);
> -Original Message-
> From: Kyle Babich [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 03, 2002 9:19 AM
> To: [EMAIL PROTECTED]
> Cc: beginners-cgi
> Subject: Re: 2 Questi
We have one.. IIS machine... I forget what it does, but the Sysadmin has
made it an untrusted machine.
I wonder why???.. (all the holes and some how Mirco$oft still floats, maybe
it's a giant turd).
> -Original Message-
> From: Brent Michalski [mailto:[EMAIL PROTECTED]]
> Sent: Thursday,
It's like asking which, Java or VB?
It's up to you to decide which you know better,
which is better for your application,
which is better for the portablity that you want.
> -Original Message-
> From: joao silva [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 20, 2002 3:11 PM
> To: [EM
Depends... there are those that don't know Perl, so I see nothing wrong with
it unless you are using this for profitable purposes. Remember, if it's
free, how is it wrong? If you think it's wrong that it is free, then help
them make it less free. Linus idea, followed by Gates idea.
I think this i
ers
[/rant]
> -Original Message-
> From: Camilo Gonzalez [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 07, 2002 12:13 PM
> To: 'Nikola Janceski'; Camilo Gonzalez; 'Fred Sahakian';
> [EMAIL PROTECTED]
> Cc: <
> Subject: RE: What database would your recommend?
&
Perl a dying language?
are you nutz?!?!?!
Haven't you been reading the Apocalypse pages for PERL 6??!?!?
http://dev.perl.org/perl6/apocalypse/ apocalypse 1-4
http://www.perl.com/pub/a/2002/06/04/apo5.html apocalypse 5 (pattern
matching will never be the same)
I get a w**dy just thinking about
The problem lies within the one liner code.
But also some just don't understand it, and don't use perl often enough to
care about it.
This issue was brought up in the Apocalypse for Perl 6:
http://dev.perl.org/perl6/apocalypse/1 (scroll to RFC 16)
RFC 16: Keep default Perl free of constraints su
ack in Perl 4, when I was getting feet wet... now my
work is over my head and I am rewriting all my crappy code.
P.S. to all newbies COMMENT, wish I knew what I was doing with my code a
year ago.
Nikola Janceski
May the forces of evil become confused on the way to your house.
-- George Carlin
because it would reek havoc on all the perl one liners.
And deter many beginners that are touching perl for the first time.
And would annoy those who have to write a quick 5 line script in 3 seconds
that forget a my for $line.
> -Original Message-
> From: Jake [mailto:[EMAIL PROTECTED]]
>
I'd suggest using prototypes if you are going to be passing more than
3 variable references, or 3 or more different types of varible references.
This is for your own sanity.
> -Original Message-
> From: Bob Showalter [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 05, 2002 9:30 AM
> To
-
> From: Christopher G Tantalo [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 04, 2002 10:13 AM
> To: Nikola Janceski
> Cc: 'David T-G'; perl beginners cgi; John Brooking
> Subject: Re: HTML in E-mail
>
>
> just out of curiousity, how can you tell the differ
y... try as I might the sysadmins say too bad sucka)
Poor me stuck with SH1Tty mail programs at work.
> -Original Message-
> From: David T-G [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 04, 2002 10:15 AM
> To: perl beginners cgi
> Cc: Nikola Janceski
> Subject: Re: HT
t is related to this list and others.
Nikola Janceski
If at first you don't succeed, try, try again. Then give up. no use being a
damned fool about it.
-- W.C. Fields
> -Original Message-
> From: David T-G [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 04, 2002 9:56 AM
How is this a CGI related question?
It's not. This is strictly a perl beginner question.
I am sorry Aman for using your e-mail as an example.
Cross-posting is annoying to many of us that are subscribed to several of
these similar lists. If you absolutely feel it is necessary to cross-post
for som
inside grep $_ is a special var assigned to each value of the array.
use another var for the //;
> -Original Message-
> From: Nazary, David [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 23, 2002 12:29 PM
> To: '[EMAIL PROTECTED]'
> Subject: unexpected results with grep
>
>
> Hi,
>
this worked for me:
use warnings;
use strict;
my $string = qq(one" two" three" four");
$string =~ s/\"$//; # replace last " with nothing
print "$string\n";
__END__
What did your code look like?
What version of perl are you using?
> -Original Message-
> From: Scot Robnett [mailto:[EMA
uh... remember our friend... the $\
$\ = "\n";
can make some nice things!
> -Original Message-
> From: Matthew Weier O'Phinney [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 15, 2002 4:57 PM
> To: [EMAIL PROTECTED]
> Subject: CGI.pm == ugly source output
>
>
> I've been using
attempt to preserve data
> integrity is there another solution.
>
> if not how can i apply a regex to replace " with ' to all data wich is
> retrieved using CGI module.
>
> ---
> Kris G Findlay
>
> - Original Message -
> From: "Niko
hehe... seen the lonely continue button too often in other people's work...
really sucks. I am going to use the meta-refresh, thanx.
> -Original Message-
> From: David Gray [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 28, 2002 2:29 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Resubmit?
Is it possible to have a form submit without waiting for a user to click
submit?
All my parameters are hidden, that's why I ask.
Delivery Queue
<http://www/reldist-bin/build/assign/listassign.cgi?reverse=on>
Nikola Janceski
Summit Systems, Inc.
212-896-3400
There are three par
27 matches
Mail list logo