#!/usr/bin/perl use strict; my %options; $options{'v'} =~s/\/\.\.\.//; my $optv_modem = $options{'v'} . "/modem/..."; print "\n$optv_modem\n"; my $optv_apps = $options{'v'} . "/apps/..."; print "\n$optv_apps\n";
In reply to Re: Syntax errors in setting path..
by Khen1950fx
in thread Syntax errors in setting path..
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |