Is this not anything like what you're after?
https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fwww.w3.org%2FTR%2F2016%2FCR-css-grid-1-20160929%2Fimages%2Fauto-placed-form.png&f=1&nofb=1
Kind Regards
- Timo
On 12/05/2020 20:44, ToddAndMargo via perl6-users wrote:
> > On 12/05/2020 00:
> On 12/05/2020 20:44, ToddAndMargo via perl6-users wrote:
>>> On 12/05/2020 00:47, ToddAndMargo via perl6-users wrote:
Hi All,
I want to create a fill in form in Windows: city,
state, etc., you fill in the data.
Is there some library out there for that?
Any
I just got to look into this one again a little further, and it does seem that
reading a utf16 file like this doesn't work:
my $contents = slurp( $file, :enc("utf16") );
Though this, however, does work:
my $fh = $file.IO.open( :r, :enc("utf16") );
my $contents = $fh.slurp;
Als
On Wed, May 13, 2020 at 07:58:08AM -0700, Todd Chester via perl6-users wrote:
> > On 12/05/2020 20:44, ToddAndMargo via perl6-users wrote:
> >>> On 12/05/2020 00:47, ToddAndMargo via perl6-users wrote:
> Hi All,
>
> I want to create a fill in form in Windows: city,
> state, etc.
On 2020-05-13 14:05, Peter Pentchev wrote:
On Wed, May 13, 2020 at 07:58:08AM -0700, Todd Chester via perl6-users wrote:
On 12/05/2020 20:44, ToddAndMargo via perl6-users wrote:
On 12/05/2020 00:47, ToddAndMargo via perl6-users wrote:
Hi All,
I want to create a fill in form in Windows: city,
On 2020-05-13 15:29, ToddAndMargo via perl6-users wrote:
03-grid.p6 does not show how to extract the information.
But he does make this comment:
Once again we're free to directly define and
assign a variable to hold the widget for later on.
Which totally blows my mind.
Hi All,
Do we have anything like Bash's "." statement where
we can read in a bunch of values from a .cfg file?
(I think it is called "include", but I am not sure.)
. /etc/sysconfig/network-scripts/ifcfg-br0
which populates these (and other) variables
DEVICE=br0
TYPE=Bridge
ONBOOT=yes
USERCTL=y
I didn't understand well your question, but "." in bash usually means "the
local directory".
On Wed, May 13, 2020 at 11:37 PM ToddAndMargo via perl6-users <
perl6-us...@perl.org> wrote:
> Hi All,
>
> Do we have anything like Bash's "." statement where
> we can read in a bunch of values from a .cf
Aureliano Guedes writes:
I didn't understand well your question, but "." in bash usually
means "the
local directory".
In this instance, Todd is referring to the "." shell builtin,
which reads shell commands from a file and executes them.
Alexis.
> On May 13, 2020, at 9:37 PM, ToddAndMargo via perl6-users
> wrote:
>
> Hi All,
>
> Do we have anything like Bash's "." statement where
> we can read in a bunch of values from a .cfg file?
> (I think it is called "include", but I am not sure.)
>
> . /etc/sysconfig/network-scripts/ifcfg-br0
On 2020-05-13 22:27, Bruce Gray wrote:
On May 13, 2020, at 9:37 PM, ToddAndMargo via perl6-users
wrote:
Hi All,
Do we have anything like Bash's "." statement where
we can read in a bunch of values from a .cfg file?
(I think it is called "include", but I am not sure.)
. /etc/sysconfig/netw
11 matches
Mail list logo