Results 1 to 3 of 3

Thread: Perl in 21 day ! (Continue)

  1. #1
    Join Date
    Jan 2005
    Location
    Viet Nam
    Posts
    16

    Default Perl in 21 day ! (Continue)

    numbers, and character strings. It also shows you that all three are interchangeable in
    Perl.
    Day 4, "More Operators," tells you all about operators and expressions in Perl and talks
    about operator associativity and precedence.
    Day 5, "Lists and Array Variables," introduces you to lists, which are collections of
    values, and to array variables, which store lists.
    Day 6, "Reading from and Writing to Files," tells you how to interact with your file
    system by reading from input files, writing to output files, and testing for particular
    file attributes.
    Finally, Day 7, "Pattern Matching," describes pattern matching in Perl and shows how
    you can substitute values and translate sets of characters in text strings.
    This is quite a bit of material to learn in one week; however, by the end of the week
    you'll know most of the essentials of Perl and will be able to write many useful
    programs.

  2. #2
    Join Date
    Mar 2005
    Location
    Norfolk
    Posts
    44

    Default

    NgoKienCuong I totally gotta agree with you.

  3. #3
    Join Date
    Jul 2005
    Posts
    50

    Default

    what?
    i think you write some tutorial about how to use perl in 21 day
    lol..
    some body can write that?
    thanks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •