On Thu, 7 Feb 2002, John wrote:

> if ( $file =~ m#${templatedata}[\\/]usbank[\\/]piper_news# )
> {
>     $str = "UCM::ucmPiperNewsDB( \"$file\", \"INTERNET_\" . uc( $env
> ), $script )";
> }
> elsif ( $file =~ 
>m#${templatedata}[\\/]commercial_business[\\/]powertrack_news_article#
> )
> {
>     $str = "UCM::dbutil::ucmPowerTrackNewsDB( \"$file\", \"INTERNET_\"
> .. uc( $env ) . \"_NEWS\", $script )";
> }

You probably don't want double quotes around your strings to be eval'd, if
you don't mean for variables to interpolate here (rather than when it gets
executed).

-- Brett
                                          http://www.chapelperilous.net/
------------------------------------------------------------------------
McDonald's -- Because you're worth it.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to