Hi;
I have the following output from Data::Dumper and I want to extract
the first string that the "Id" name points to.
$VAR1 = [
bless( {
'Id' => [
'01tC003udXAIAY',
'01tC003udXAIAY'
On Wed, Apr 13, 2016 at 9:29 PM, Kenneth Wolcott
wrote:
> Hi;
>
> I have the following output from Data::Dumper and I want to extract
> the first string that the "Id" name points to.
>
> $VAR1 = [
> bless( {
>'Id' => [
>'01tC003udXAI
On 04/13/2016 08:29 PM, Kenneth Wolcott wrote:
Hi;
I have the following output from Data::Dumper and I want to extract
the first string that the "Id" name points to.
$VAR1 = [
bless( {
'Id' => [
'01tC003udXAIAY',
On Wed, Apr 13, 2016 at 7:13 PM, Ken Slater wrote:
>
> On Wed, Apr 13, 2016 at 9:29 PM, Kenneth Wolcott
> wrote:
>>
>> Hi;
>>
>> I have the following output from Data::Dumper and I want to extract
>> the first string that the "Id" name points to.
>>
>> $VAR1 = [
>> bless( {
>>