my $directory = concat($machine->work_dir, "/subdir/", $machine->software_version, "/");
That sounds an awful lot like perl's built in join function, called like so:
cheersmy $directory = join "", $machine->work_dir, "/subdir/", $machine->sof +tware_version, "/";
In reply to Re: Re: Changing -> to work within a string
by davis
in thread Changing -> to work within a string
by shushu
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |