windows cmd命令行下需要用双引号 “”来对命令行参数打包;举例如下:
perl -e " print 'hello world' "; #print 'hello world' 这个是perl语句
PS:window下面必须是双引号来包括,否则会报错:
Can’t find string terminator “’” anywhere before EOF at -e line 1
windows cmd命令行下需要用双引号 “”来对命令行参数打包;举例如下:
perl -e " print 'hello world' "; #print 'hello world' 这个是perl语句
PS:window下面必须是双引号来包括,否则会报错:
Can’t find string terminator “’” anywhere before EOF at -e line 1