Re: Integer data type

2008-07-04 Thread Yitzchok Good
On Fri, Jul 4, 2008 at 3:29 AM, Roy M <[EMAIL PROTECTED]> wrote: > Hi > > On Jul 4, 11:19 am, [EMAIL PROTECTED] (John W. Krahn) wrote: >> perldoc perlnumber >> > > Thanks, > > btw, are there any typeof command so I can check the data type of a > scalar? > > Thanks Scalar /is/ the variable type. An

Re: database Cgi query's

2008-05-12 Thread Yitzchok Good
CGI http://search.cpan.org/~lds/CGI.pm-3.37/CGI.pm DBD::mysql http://search.cpan.org/~capttofu/DBD-mysql-4.007/lib/DBD/mysql.pm DBD::DB2 http://search.cpan.org/~ibmtordb2/DBD-DB2-1.1/DB2.pod DBD::SQLite http://search.cpan.org/~msergeant/DBD-SQLite-1.14/lib/DBD/SQLite.pm -- To unsubscribe, e-ma

Re: one liner for for and if

2008-05-08 Thread Yitzchok Good
if ("$_" eq q/three/) {print "$_\n" for @array last}; -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: why error in this ==>> print "hello world";

2008-03-08 Thread Yitzchok Good
On Sun, Mar 9, 2008 at 12:27 AM, <[EMAIL PROTECTED]> wrote: > Hi, > Why do I get error foprint "hello world";r this :- > > print "hello world"; > > Thanks Without the full code, it's hard to what is going wrong. Having the error message would also help. When I run this command: $ perl -e 'prin

Re: What is equivalent to awk's FNR (line number per crnt file)

2007-12-02 Thread Yitzchok Good
perldoc -> perlvar $. is reset when the filehandle is closed, but not when an open filehandle is reopened without an intervening close(). For more details, see "I/O Operators" in perlop. Because <> never does an explicit close, line numbers increase across ARGV files (but see examples in eof).

Re: Meta: please don't mail here if you have huge useless pointless disclaimers (was Re: SOH char)

2007-11-18 Thread Yitzchok Good
On Nov 18, 2007 8:21 PM, Omega -1911 <[EMAIL PROTECTED]> wrote: > I got a kick out of Randal's comment "I helped build this internet." > > QUESTION FOR RANDAL: What about the many other (million+ developers) > on this island, Gilligan? > > And I used to love your articles in various mags... Thank G

Re: How to revinent wget?

2007-03-14 Thread Yitzchok Good
xist, can someone recommend a good set of packages and functions I would use to reinvent wget? Thanks, Siegfried -- - Yitzchok Good -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/