> This doesn't make sense, since the double quotes should allow the variable
> $month to represent its current value.  It's also taking out the 02.  
> What am I missing.  This shouldn't be difficult.

Use curly brackets to protect the name of the variable, e.g.:

my $url = "http://mysite.com/refers${month}02.html";;

This will disambiguate the variable name from the rest of the string.

!c

C. Church
http://www.digitalKOMA.com/church/
http://www.DroneColony.com/


_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to