User Profile

Collapse

Profile Sidebar

Collapse
stirfries
stirfries
Last Activity: Oct 1 '08, 08:20 PM
Joined: Jul 30 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • stirfries
    replied to Bare Basic question.
    in Perl
    KevinADC,

    That was the explanation I was looking for. I was under the assumption that Perl would convert it to its ASCII value like C language does. Apparently, it does not. Thanks for the expert reply. Appreciate it.

    Thanks,...
    See more | Go to post

    Leave a comment:


  • stirfries
    started a topic Bare Basic question.
    in Perl

    Bare Basic question.

    Hello Experts,

    I tried googling to get more information about comparison operators in Perl when incompatible data types were involved but wasn't lucky.

    I am basically a Java programmer but have been looking at Perl code of late, at work. While debugging a Perl module, I stumbled upon the following code block. I understand Perl has distinct comparison operators for numeric and string data types. But, I am not sure...
    See more | Go to post

  • stirfries
    replied to Help...Perl Beginner...
    in Perl
    KevinADC

    Great....Thanks a lot...Your explanation was very very helpful. Now, I am starting to understand the intricacies of references/arrays/hashes in perl world. Thanks a lot for your insight.

    Thanks,...
    See more | Go to post

    Leave a comment:


  • stirfries
    started a topic Help...Perl Beginner...
    in Perl

    Help...Perl Beginner...

    Hello Perl Gurus,

    I am new to Perl programming but not new to programming in general. Perl really fascinates me with its cryptic syntax.

    I have been analyzing a Perl system to understand and make some minor changes. I couldn't understand what the following line of code does.

    Code:
    $self->{_tagStack} = [];
    I tried googling on Initialization for perl arrays and they are mostly initialized...
    See more | Go to post
No activity results to display
Show More
Working...