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
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
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/
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
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).
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
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/