0
sub cdevice{
$p=$_[0];
$s=$_[1];
$q=$_[2];
try {
$device_create_cmd ="create type:NSR Device;media type:adv_file;name:$p;device access information:$p";
system("echo $device_create_cmd > command.txt ");
} catch Error with {
print "Error " ;
exit();
};
}
cdevice("/device1","raddh054","/device1");
このPLファイルは、Linuxでのエコーがテキストの間にスペースを受け付けていませんので!どのように私はそれをperlのリダイレクトLinuxの
あなたはこのシステム(「エコー\」$ device_create_cmd \「> command.txt」)のような単一引用符または二重引用符を追加する必要が –
のlinuxでその示す空のファイルを。 –
しかしそれは窓ではたらきません、それは余分な引用符を生成します... –