Help for this page

Select Code to Download


  1. or download this
    n> perl -E 'use P;
    my $fmt="prod\t006\t2.13\tx86_64\trpm";P $fmt;
    ...
    prod    006     2.13    x86_64  rpm
    str="prod       006     2.13    x86_64  rpm"
    prod 6 2.13 x86_64 rpm
    
  2. or download this
    perl -E 'use P;
    my $fmt=["%s\t%s\t%s\t%s\trpm","prod", "006", "2.13", "x86_64", "rpm"]
    +;
    P "%s", $fmt;  # already converted 
    '
    ["%s    %s      %s      %s      rpm","prod",6,2.13,"x86_64","rpm"]
    
  3. or download this
    > perl -E 'use P;
    my $fmt=[qw(%s\t%s\t%s\t%s\t%s prod 006 2.13 x86_64 rpm)];
    ...
    ["%s\t%s\t%s\t%s\t%s","prod",6,2.13,"x86_64","rpm"]
    str="prod\t6\t2.13\tx86_64\trpm"
    (prod\t6\t2.13\tx86_64\trpm)
    
  4. or download this
    > perl -E 'use P;
    my $fmt=["%s\t%s\t%s\t%s\t%s", qw( prod "006" "2.13" x86_64 rpm)];
    ...
    ["%s    %s      %s      %s      %s","prod",""006"",""2.13"","x86_64","
    +rpm"]
    str="prod       "006"   "2.13"  x86_64  rpm"
    (prod) ("006") ("2.13") (x86_64) (rpm)
    
  5. or download this
    Recycling 1 duplicates...(cannot stat, already deleted?) path=/Share/s
    +use/distribution/12.1/repo/oss/suse/test2/smugbatch-"006"-"2.1.3".x86
    +_64.rpm, dev=(undef)