[plug] perl script

Ben New ben at leftclick.com.au
Fri Sep 26 16:05:44 WST 2003


Adam Hewitt wrote:

>        my $tmpstr = $q->param('domain'), "\n";
>  
>
>Can anyone see a reason as to why I would be missing a "\n" when it goes
>to write back into the original file?
>
>  
>
Change the comma to a dot:

my $tmpstr = $q->param('domain')."\n";

I think that's your problem :-)  (Been perling for the last week)


Ben

_______________________________________________
plug mailing list
plug at plug.linux.org.au
http://mail.plug.linux.org.au/cgi-bin/mailman/listinfo/plug


More information about the plug mailing list