vietboy505
Technical User
Four questions to ask..
#1
Is there a list of UNIX commands that is eqvuivalent to perl? Such as change directory
UNIX: cd
PERL: chdir()
UNIX: mkdir
PERL: mkdir
remove directory
UNIXL rm -r [dir]
PERL: rmdir()
UNIX: pwd
PERL: ? and so on. Much appreciate.. can't seem to find on Google
#2
Is there a way I can fixed that the GUI in Unix will match with Windows side like have have an automatic windows resize to match Windows? The script in Unix works fine, I can see all the GUI, buttons, etc.. but not in Windows, it's out range. Any help?
#3
I have a XY plot draw with some data on. I ran the script in UNIX, it have the data and everything such as x & y axis bar show up. But in Windows, there is no graph grid or data show up? Any one know why?
#4
I have installed ActivePerl on the Windows XP Pro. I tested out the script and it works in UNIX side, but in PC side, it got the error.
How can I fixed these errors?
#1
Is there a list of UNIX commands that is eqvuivalent to perl? Such as change directory
UNIX: cd
PERL: chdir()
UNIX: mkdir
PERL: mkdir
remove directory
UNIXL rm -r [dir]
PERL: rmdir()
UNIX: pwd
PERL: ? and so on. Much appreciate.. can't seem to find on Google
#2
Is there a way I can fixed that the GUI in Unix will match with Windows side like have have an automatic windows resize to match Windows? The script in Unix works fine, I can see all the GUI, buttons, etc.. but not in Windows, it's out range. Any help?
#3
I have a XY plot draw with some data on. I ran the script in UNIX, it have the data and everything such as x & y axis bar show up. But in Windows, there is no graph grid or data show up? Any one know why?
#4
I have installed ActivePerl on the Windows XP Pro. I tested out the script and it works in UNIX side, but in PC side, it got the error.
Code:
PHP:
Tk::Error: Can't set -options to `ARRAY(0x1ce8440)' for Tk::Optionmenu=HASH(
0x19f22e0): Can't call method "destroy" on an undefined value at script1.pl
line 197.
at C:/Perl/site/lib/Tk/Derived.pm line 294
Tk callback for event
Tk callback for .
Tk callback for .frame
Tk callback for .frame1
Tk callback for .frame1.frame
Tk::Derived::configure at C:/Perl/site/lib/Tk/Derived.pm line 306
Tk::Widget::new at C:/Perl/site/lib/Tk/Widget.pm line 205
Tk::Widget::__ANON__ at C:/Perl/site/lib/Tk/Widget.pm line 256
main::get_input_source at script1.pl line 136
Can't set -options to `ARRAY(0x1ce8440)' for Tk::Optionmenu=HASH(0x19f22e0):
Can't call method "destroy" on an undefined value at script1.pl line 197.
at C:/Perl/site/lib/Tk/Derived.pm line 294
at C:/Perl/site/lib/Tk/Derived.pm line 306
How can I fixed these errors?