ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Alexey Tourbin <at@altlinux.ru>
To: community@altlinux.ru
Subject: [Comm] Re: Как переместить файл с кривым именем через perl
Date: Tue, 21 Dec 2004 15:59:53 +0300
Message-ID: <20041221125953.GQ3373@solemn.turbinal.org> (raw)
In-Reply-To: <50189387.20041217223921@fxp.ru>

[-- Attachment #1: Type: text/plain, Size: 1204 bytes --]

On Fri, Dec 17, 2004 at 10:39:21PM +0300, Anatoly A. Ivanov wrote:
> Здравствуйте, community.
> 
> Я ничего не понимаю, не хочет он копироваться и все :(
> Если  запускаю сам из консоли, все нормально. Но тут приходиться
> экранировать символы либо брать имя в одинарные кавычки.
> 
> 
> Если его запускает другой процесс, то фиг вам...
> 
> sub move_file {
>     my ($file, $dir) = @_;
>     my $status;
> #    copy($file,$dir) or die "Copy failed: $!";
>     $status= system('mv', $file, $dir);
>     open(FILE, ">/tmp/test_error.txt");
>     print FILE "$status";
>     close(FILE);
> 
> 
> }
> 
> с copy из перл, очень долго работает, как ведет себя с запускои из
> другого процесс - не знаю.

Какой такой "copy из перл"?  В перле нет встроенного copy.

> параметры передаются правильно, но в перменой с именем оно как есть
> т.е может содеражать пробелы и другие символы
> 
> #примерно так
> $file="file name(rus)']['";
> 
> как видно из кода, заисываю статус возврата.
> в последний неудавшийся раз, там содержиться число 256

Да???

> Может кто подскажет что это значит. И как все же сделать чтоб
> работало?

use File::Copy qw(mv);
mv $file1 => $file2;

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

      reply	other threads:[~2004-12-21 12:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-17 19:39 Anatoly A. Ivanov
2004-12-21 12:59 ` Alexey Tourbin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20041221125953.GQ3373@solemn.turbinal.org \
    --to=at@altlinux.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git