Forum: Perl 6 Days Ago |
| Replies: 5 Views: 383 Hi !
Now I have problem:
"Global symbol $prefix" requires explicit package name".
What I must write for it. |
Forum: Perl 13 Days Ago |
| Replies: 5 Views: 383 Hi !
Sorry for my english !
My script must rename file name, but don't do it.
What is wrong with this script:
@rem = '--*-Perl-*--
@echo off |
Forum: Perl Feb 9th, 2009 |
| Replies: 1 Views: 535 Hi !
This sctipt work with \insert{aaa.tex} but dont work with \insert aaa.tex
What I must do ?!
while(/^\\insert\{(.*?)(\.tex)?\}/){
$pries=$`."\n";
$nekeisk=$&; |
Forum: Perl Sep 22nd, 2008 |
| Replies: 3 Views: 2,108 Hi !!!
system("start $to_dir"); # this will open folder in win explorer
But I need the same in "Far manager".
:) |
Forum: Perl Sep 22nd, 2008 |
| Replies: 3 Views: 2,108 Hi !!!
This script create folder.
I need what this script create and open created folder.
What I must add in this script...??!
@rem = '--*-Perl-*--
@echo off |
Forum: Perl Sep 3rd, 2008 |
| Replies: 1 Views: 595 Hello !!!
My directory D:\conv\ESSD\YJCIS\YJCIS14183\bbb.doc
I must send to X:\sgml_db\ESSD\YJCIS\YJCIS14183\
directory and rename bbb.doc to MMC1.doc.
If X:\sgml_db\...\....\YJCIS14183\... |