You can create a file by opening a filehandle for writing.

$PathAndName.IO.f or $PathAndName.IO.open(:w).close;

On Tue, Mar 21, 2017 at 3:01 AM, ToddAndMargo <toddandma...@zoho.com> wrote:

> Hi All,
>
> How to I do this bash code in Perl 6?
>
> if [ ! -f "$PathAndName" ]; then touch "$PathAndName" fi
>
> I am not finding the directions on how to create a "new"
> file at a specific location.
>
>
> Many thanks,
> -T
>
> --
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Computers are like air conditioners.
> They malfunction when you open windows
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>

Reply via email to