我試圖在Linux環境Perl腳本
這裏運行代碼是(保存爲hello.pl)代碼:
#!/usr/bin/perl
use strict;
use warnings;
print "Hello You\n";
這裏就是我想在我的Linux環境:
%perl hello.pl
我試圖列明從C:\Users\...
啓動路徑等
我不斷收到錯誤,說:
Can't open perl script "hello.pl": No such file or directory
您是否設置了文件權限(例如,chmod 774 hello.pl)? – shibley 2015-04-01 03:59:11
你在哪裏保存它? – user4098326 2015-04-01 04:02:24
當我嘗試chmod 774它說:chmod:不能訪問âllo.plâ:沒有這樣的文件或目錄 – bonan 2015-04-01 04:10:52