in reply to Re: Replacing one string with another string
in thread Replacing one string with another string

Just a simpleton question .. but why do you do subname sub { # code .. # }
and not sub subname { # code .. # }
this doesnt seem to compile on my install of perl (5.6)


lindex
/****************************/ jason@gost.net, wh@ckz.org http://jason.gost.net /*****************************/

Replies are listed 'Best First'.
RE: RE: Re: Replacing one string with another string
by merlyn (Sage) on Aug 18, 2000 at 11:24 UTC
      ahhhhhhhhhh, thank you :)


      lindex
      /****************************/ jason@gost.net, wh@ckz.org http://jason.gost.net /*****************************/