Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Brand new to Perl and need HELP!!!

Brand new to Perl and need HELP!!!

Scheduled Pinned Locked Moved Web Development
perlhelp
2 Posts 2 Posters 10 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Maureen
    wrote on last edited by
    #1

    1. If value of $num was 21, what would be the following: a) Here is $num." b) "\\$num is my favorite." c) "Insert \$num here." 2. Define the following: subscript Thanks, your help is greatly appreciated.

    S 1 Reply Last reply
    0
    • M Maureen

      1. If value of $num was 21, what would be the following: a) Here is $num." b) "\\$num is my favorite." c) "Insert \$num here." 2. Define the following: subscript Thanks, your help is greatly appreciated.

      S Offline
      S Offline
      skfnmuisl dmufa oi
      wrote on last edited by
      #2

      1. a) >Here is 21. b) >\21 is my favorite. c) >Insert $num here. 2. Whatever you think about, a sub function is defined as following: sub MySub() { $arg1 = $_[0]; $arg2 = $_[1]; #etc return "A little text"; } and called: print &MySub("Hello"); --- Pseudocode is code to demonstrate a concept, not designed to be run. Like certain Microsoft software. (Thanks a lot who ever wrote Robert's Perl Tutorial)

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups